@charset "utf-8";
    /* CSS Document */
body,div,dl,dt,dd,ul,li,form,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "微软雅黑" , Arial, Verdana, Geneva, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

@font-face {
    font-family: 'BDRENAIS';
    src:url('../fonts/BDRENAIS.eot');
    src:url('../fonts/BDRENAIS.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BDRENAIS.woff') format('woff'),
        url('../fonts/BDRENAIS.ttf') format('truetype'),
        url('../fonts/BDRENAIS.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul,li,dl,dt,dd {
    display: block;
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
 /*For Opera*/
    -ms-text-overflow: ellipsis;
 /*For IE8*/
}

.midbox {
    width: 1120px;
    margin: 0 auto;
}

.container {
    width: 100%;
    height: auto;
}

.header {
    width: 100%;
    position: relative;
}

.header .top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(24,54,80,0.8);
    background: #183650\9;
    filter: alpha(opacity=80);
}

.header .top .w1200 {
    width: 1200px;
    margin: 0 auto;
}

.header .top .logo {
    width: 360px;
    float: left;
    background: #38cafb;
}

.navigation {
    float: right;
    width: 800px;
    float: right;
    line-height: 36px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
/*一级菜单*/    
.navigation li {
    width: 110px;
    height: 36px;
    float: right;
    margin-top: 25px;
    text-align: center;
}

.navigation li a {
    display: block;
    color: #fff;
}

.navigation li a:hover {
    color: #fff;
}

.navli {
    float: right;
    width: 110px;
    padding: 0;
    height: 36px;
    display: block;
    text-align: center;
    position: relative;
}

.navli:hover {
    background: #38cafb;
 /*border-bottom: 2px solid #38cafb;*/ /*border-radius: 5px;*/
}
/*二级菜单*/
.navigation li ul {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    padding: 0;
    margin: 0;
    min-width: 110px;
    z-index: 9999;
}

.navigation li:hover .ul2 {
    display: block;
}

.navigation li ul li {
    float: none;
    margin: 0;
    width: auto;
    white-space: nowrap;
    position: relative;
}

.navigation li ul li a {
    display: block;
    margin: 0;
    text-align: center;
    background: #183650;
}

.navigation li ul li a:hover {
    color: #fff;
    background: #38cafb;
}
/*幻灯片*/
#Slideshow {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#Slideshow .pics {
    width: 100%;
}

#Slideshow .pics li {
    width: 100%;
}

#Slideshow .pics li img {
    width: 100%;
    height: 100%;
}
/*数字按钮样式*/
#Slideshow .num {
    overflow: hidden;
    height: 25px;
    position: absolute;
    bottom: 5px;
    right: 20%;
    zoom: 1;
    z-index: 3
}

#Slideshow .num li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    background: #444444;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}

#Slideshow .num li.on {
    background: #e33d11;
} /*当前项*/
/*上一个  下一个*/
#Slideshow .prev,#Slideshow .next {
    display: none;
    width: 40px;
    height: 100px;
    background: url(../images/btn.png) no-repeat;
    position: absolute;
    top: 280px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#Slideshow .prev {
    left: 4px;
}

#Slideshow .next {
    right: 4px;
    background-position: right;
}

.searchtel {
    width: 100%;
    height: 65px;
    background: #183650;
}

#search-form {
    width: 330px;
    height: 30px;
    float: left;
    margin-top: 17px;
    z-index: 999;
    border: 1px solid #34ccfe;
}

#keywords {
    width: 230px;
    width: 229px\9;
    height: 30px;
    float: left;
    padding-left: 40px;
    background: url(../images/search.png) no-repeat;
    outline: none;
    border: none;
    color: #b8b7b7;
    font-size: 14px;
    font-family: "微软雅黑";
}

#post-search {
    width: 60px;
    height: 30px;
    float: right;
    outline: none;
    border: none;
    cursor: pointer;
    background: #34ccfe;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
}

.searchtel .tel {
    padding-left: 40px;
    float: right;
    margin-top: 12px;
    text-align: right;
    background: url(../images/tel.png) no-repeat;
    font-family: "BDRENAIS";
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.searchtel .tel span {
    font-size: 24px;
}

.syabout {
    margin-top: 30px;
}

.syabout .ab_txt {
    width: 600px;
    float: left;
}

.syabout .ab_txt .line {
    width: 50px;
    height: 4px;
    background: #38cafb;
}

.syabout .ab_txt .catname {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #55616b;
    text-transform: uppercase;
    font-size: 22px;
}

.syabout .ab_txt .desc {
    line-height: 2em;
    text-indent: 2em;
    max-height: 196px;
    overflow: hidden;
    color: #747474;
}

.syabout .ab_txt a.more {
    display: block;
    float: right;
    margin-top: 25px;
    width: 100px;
    height: 30px;
    background: #38cafb;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.syabout .ab_pic {
    width: 450px;
    height: 280px;
    overflow: hidden;
    float: right;
}

.syabout .ab_pic img {
    width: 100%;
}

.mininav {
    width: 100%;
    margin-top: 30px;
    background: #34ccfe;
    padding: 20px 0px;
}

.mininav li {
    width: 293px;
    height: 70px;
    padding-left: 80px;
    float: left;
}

.mininav li .tt {
    color: #183650;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

.mininav li .desc {
    height: 35px;
    line-height: 35px;
    color: #365f83;
}

.mininav .n1 {
    background: url(../images/nav1.png) no-repeat;
}

.mininav .n2 {
    background: url(../images/nav2.png) no-repeat;
}

.mininav .n3 {
    background: url(../images/nav3.png) no-repeat;
}

.syproduct {
    width: 100%;
    padding: 30px 0px;
    background: #183650;
}

.syproduct .catinfo {
    width: 240px;
    height: 330px;
    float: left;
}

.syproduct .catinfo .line {
    width: 50px;
    height: 4px;
    float: left;
    background: #38cafb;
}

.syproduct .catinfo .c_name {
    width: 100%;
    height: 70px;
    float: left;
    margin-top: 20px;
    line-height: 35px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.syproduct .catinfo .desc {
    width: 100%;
    height: 146px;
    overflow: hidden;
    padding: 30px 0px;
    color: #fff;
    line-height: 2em;
}

.syproduct .catinfo a.more {
    display: block;
    float: left;
    width: 100px;
    height: 30px;
    background: #38cafb;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.syproduct ul li {
    width: 260px;
    height: 330px;
    float: right;
    margin-left: 30px;
    position: relative;
}

.syproduct ul li img {
    width: 100%;
    height: 100%;
}

.syproduct ul li .numb {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 12px;
    bottom: 10px;
    background: #34ccfe;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.syproduct ul li .tit {
    width: 190px;
    height: 40px;
    position: absolute;
    right: 12px;
    bottom: 10px;
    line-height: 40px;
    text-align: center;
    color: #353535;
    font-size: 14px;
    background: rgba(246,245,245,0.8);
    background: #f6f5f5\9;
    filter: alpha(opacity=80);
}

.synews {
    width: 100%;
    padding: 30px 0px;
}

.synews .line {
    width: 50px;
    height: 4px;
    background: #38cafb;
}

.synews .catname {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    line-height: 50px;
    position: relative;
    color: #55616b;
    text-transform: uppercase;
    font-size: 22px;
}

.synews .first_img {
    width: 250px;
    height: 330px;
    float: left;
    overflow: hidden;
    position: relative;
}

.synews .first_img img {
    width: 100%;
    height: 100%;
}

.synews .first_img .time {
    width: 50px;
    height: 50px;
    background: #34ccfe;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
}

.synews .first_img .time p {
    font-size: 22px;
    margin-top: 5px;
}

.synews .first_info {
    width: 210px;
    height: 286px;
    padding: 20px;
    float: left;
    border: 2px solid #e5e5e5;
    margin-left: 11px;
    position: relative;
}

.synews .first_info .tit {
    font-size: 16px;
    max-height: 60px;
    line-height: 30px;
}

.synews .first_info .desc {
    max-height: 170px;
    margin-top: 20px;
    line-height: 2em;
    overflow: hidden;
    color: #909090;
}

.synews .first_info a.see {
    margin-top: 5px;
    display: block;
    color: #34ccfe;
}

.synews .first_info a.more {
    display: block;
    width: 100px;
    height: 30px;
    background: #38cafb;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: -35px;
}

.synews .n_list {
    width: 582px;
    float: right;
}

.synews .n_list li {
    width: 540px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    height: 41px;
    line-height: 41px;
    margin-top: -1px;
    background: #fff url(../images/arr_02.png) no-repeat 550px center;
}

.synews .n_list li .tt {
    width: 540px;
}

.synews .n_list li .tt a {
    color: #000;
}

.synews .n_list li.on {
    border: 1px solid #34ccfe;
    background: #34ccfe url(../images/arr_01.png) no-repeat 550px center;
}

.synews .n_list li.on a {
    color: #fff;
}

.synews .n_list .desc {
    width: 542px;
    height: 113px;
    padding: 20px;
    line-height: 2em;
    display: none;
    color: #828282;
}

.syother {
    width: 100%;
    padding: 30px 0px;
    background: #f4f4f4;
}

.syother .box {
    width: 313px;
    padding: 0 35px;
    height: 400px;
    overflow: hidden;
    line-height: 2em;
    float: left;
}

.syother .box3 {
    width: 283px;
    float: right;
}

.syother .box .cname {
    font-size: 22px;
    color: #55616b;
    margin-bottom: 20px;
}

.syother .box .desc {
    max-height: 200px;
    overflow: hidden;
}

.syother .box .full {
    width: 100%;
}

.syother .box .pic {
    width: 240px;
    height: 298px;
    padding: 25px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.syother .box .pic li{
    width: 240px;
    height: 298px;
    text-align:center;
}
.syother .box .pic li img{ vertical-align:middle; display:inline;  max-width: 100%; max-height: 100%;}  
.syother .box .pic li span{ height:100%; width:0; overflow:hidden; display:inline-block; vertical-align:middle; } 
.footer_bg {
    width: 100%;
    height: 240px;
    /*background: url(../images/map.jpg) 100% 100%;*/
    color: #fff;
    position: relative;
}

.footer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24,54,80,0.8);
    background: #183650\9;
    filter: alpha(opacity=80);
}

.footer .foot_cont {
    width: 1120px;
    min-height: 200px;
    padding: 20px 0px;
    margin: 0 auto;
}

.footer .foot_cont .cont_l {
    width: 400px;
    float: left;
}

.footer .foot_cont .cont_l span{
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
}

.footer .foot_cont .cont_l p{
    line-height: 30px;
    margin-top: 10px;
}

.footer .foot_cont .cont_l li#tel {
    background: url(../images/icon-tel.png)no-repeat;
}

.footer .foot_cont .cont_l li#maill {
    background: url(../images/icon-maill.png)no-repeat;
}

.footer .foot_cont .cont_l li#loc {
    background: url(../images/icon-loc.png)no-repeat;
}

.footer .foot_cont .cont_r {
    width: 700px;
    float: right;
}

.footer .foot_cont .cont_r .nav2 {
    width: 100%;
    height: 50px;
    margin-top: 35px;
}

.footer .foot_cont .cont_r .nav2 li {
    width: auto;
    float: left;
    padding: 0 10px;
    font-size: 16px;
    border-left: 1px solid #fff;
}

.footer .foot_cont .cont_r .nav2 li.first {
    border: none;
}

.footer .foot_cont .cont_r .nav2 li a {
    color: #fff;
}

.footer .foot_cont .cont_r .share {
    width: 100%;
    line-height: 36px;
    margin-bottom: 20px;
}

.bdsharebuttonbox {
    width: 90%;
    float: right;
}

.inPage {
    margin-top: 20px;
}

.partLeft {
    width: 270px;
    float: left;
    padding-bottom: 220px;
    background: url(../images/leftbg.png) no-repeat bottom;
    background-size: 100%;
}

.partLeft .catname {
    width: 100%;
    height: 75px;
    background: #38cafb url(../images/catbg.jpg) no-repeat right bottom;
    color: #fff;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}

.partLeft .catname .one {
    width: 45px;
    height: 75px;
    float: left;
    margin-left: 50px;
    line-height: 75px;
    font-size: 54px;
    text-transform: uppercase;
}

.partLeft .catname .dir {
    width: 170px;
    height: 23px;
    float: left;
    margin-top: 16px;
    text-transform: uppercase;
}

.partLeft .catname .zh {
    width: 170px;
    height: 23px;
    float: left;
}

.partLeft .menuTree {
    width: 250px;
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
    border-bottom: 1px solid #cdcecc;
}

.menuTree ul {
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display: none;
}

.menuTree ul li {
    width: 250px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-top: 2px solid #fff;
    white-space: nowrap;
    background: #fff url(../images/libg.png) no-repeat 20px;
}

.menuTree ul li a {
    color: #000;
}

.menuTree ul li a:hover,.menuTree ul li a.current {
    color: #38cafb;
    font-size: 110%;
    font-weight: bold;
}

.menuTree ul li.parent a:hover {
    font-size: 110%;
    color: #38cafb;
}

.menuTree ul li.child {
    background: #fff url(../images/libg.png) no-repeat 20px;
}

.menuTree ul li.parent {
    background: url(../images/libg.png) no-repeat 20px 15px;
}

.menuTree ul li.expanded {
    background: url(../images/libg.png) no-repeat 20px;
}

.menuTree ul.expanded li {
    line-height: 36px;
    border: none;
    background: #f3f0f0;
    font-size: 80%;
}

.partLeft #ct {
    background: none;
    border-bottom: 1px solid #cdcecc;
    color: #333333;
}

.partLeft #ct .one {
    background: url(../images/ct.png)no-repeat;
}

.partLeft #ct .zh {
    text-transform: capitalize;
}

.partLeft .contact {
    padding: 10px;
    line-height: 2em;
}

.partRight {
    width: 800px;
    float: right;
    padding-left: 20px;
    border-left: 1px solid #cdcecc;
    min-height: 500px;
    position: relative;
}

.partRight .ltbar {
    width: 5px;
    height: 40px;
    background: #cdcecc;
    position: absolute;
    left: -3px;
    top: 0;
}

.partRight .position {
    width: 760px;
    height: 30px;
    padding-left: 20px;
    font-size: 18px;
    border-bottom: 1px solid #cdcecc;
    line-height: 30px;
    color: #444444;
    background: url(../images/positionbg.png) no-repeat left;
}

.partRight .position .catpos {
    width: 500px;
    float: right;
    text-align: right;
    font-size: 14px;
}

.partRight .position .catpos a:hover {
    color: #38cafb;
}

.partRight .showBox {
    width: 100%;
    color: #797979;
}

.partRight .showBox .title {
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #444;
}

.partRight .showBox .other {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #a2a2a2;
}

.partRight .showBox .content {
    line-height: 2em;
    padding-top: 10px;
}

.picLists li {
    width: 240px;
    float: left;
    margin: 10px 30px 10px 0px;
    text-align: center;
}

.picLists li .pic {
    width: 230px;
    height: 220px;
    padding: 4px;
    border: 1px solid #cfcbcb;
    text-align: center;
}

.picLists li .pic img {
    vertical-align: middle;
    display: inline;
    max-width: 100%;
    max-height: 100%;
}

.picLists li .pic span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.picLists li.no {
    margin-right: 0;
}

.picLists li .tit {
    line-height: 30px;
}

.picLists li a:hover {
    color: #04759b;
}

.picLists li a:hover .pic {
    border: 1px solid #38cafb;
}

.artLists li {
    width: 760px;
    height: 30px;
    padding-left: 15px;
    float: left;
    margin: 7px 0px;
    position: relative;
}

.artLists li .dot {
    width: 5px;
    height: 5px;
    background: #38cafb;
    position: absolute;
    left: 0;
    top: 13px;
}

.artLists li a {
    color: #363636;
}

.artLists li a:hover {
    color: #38cafb;
}

.artLists li span.time {
    display: block;
    float: right;
}

#myform {
    font-size: 14px;
}

#myform tr {
    width: 90%;
    height: 36px;
}

#myform .name {
    width: 30%;
    text-align: right;
    padding-right: 2%;
    color: #000;
    font-weight: normal;
}

#myform .input-text {
    width: 50%;
    height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
}

#myform #l_yzm {
    width: 25%;
}

#myform textarea {
    width: 80%;
    height: 140px;
    margin-top: 6px;
    font-size: 14px;
    font-family: "微软雅黑";
}

#myform #dosubmit {
    width: 81px;
    height: 35px;
    float: left;
    margin-top: 13px;
    border: none;
    background: #38cafb;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
}
/*pages*/
#pages {
    padding: 14px 0 10px;
    margin: 10px;
}

#pages a {
    display: inline-block;
    width: 26px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}

#pages a.a1 {
    background: url(../images/search/admin_img/pages.png) no-repeat 0 5px;
    width: 56px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    width: 26px;
    height: 22px;
    line-height: 22px;
    background: #434343;
    border: 1px solid #434343;
    color: #fff;
    text-align: center;
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.preNext {
    font-size: 14px;
}

.preNext li {
    height: 20px;
    line-height: 20px;
}

.preNext li a:hover {
    text-decoration: underline;
}

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    background: url(../images/top.png) no-repeat;
}